From: kaf24@firebug.cl.cam.ac.uk Date: Fri, 21 Apr 2006 08:11:13 +0000 (+0100) Subject: Minor comment fix. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16117^2~50 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=10e0943c63b5fe687e1d42d5c0f2c0b8cb1a0f8b;p=xen.git Minor comment fix. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index 8569b5e8cf..721b6781d8 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -332,7 +332,7 @@ void __init __start_xen(multiboot_info_t *mbi) unsigned long init_mapped = 1UL << (30 - PAGE_SHIFT); /* 1GB */ start = PFN_UP(e820.map[i].addr); end = PFN_DOWN(e820.map[i].addr + e820.map[i].size); - /* Clip the range to above 64MB. */ + /* Clip the range to exclude what the bootstrapper initialised. */ if ( end < init_mapped ) continue; if ( start < init_mapped )